バージョン

Vector コンストラクタ(IList<Double>)

指定した elements を使用して、行 Vector を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal elements As IList(Of Double) _
)
public Vector( 
   IList<double> elements
)

パラメータ

elements
構成された Vector の要素。
参照